Skip to content

keyoti/RapidFindReplaceWPF

Repository files navigation

RapidFindReplaceWPF

A fully featured, rich Find and Replace Control for WPF applications

Easily add find & replace to your WPF applications.

RapidFindReplace WPF allows developers to quickly add a powerful find & replace dialog tool to WPF apps. Enhance user experience with the ability to locate & replace strings within textboxes, documents and dozens of controls. RapidFindReplace also features advanced user options such as Wildcards, Regular Expressions, Case Sensitivity, Whole Word and many more. You can find more information including browsable help and commercial licensing here
RapidFindReplace WPF Controls
  • 'Find only' or 'find and replace' mode
  • Templated
  • Support for wide range of WPF controls, eg;
    • TextBox
    • RichTextBox
    • ComboBox
    • DataGrid
    • Label
    • ListBox
    • ListView
    • TreeView
    • FlowDocumentPageViewer
    • FlowDocumentScrollViewer
    • Button (disabled by default)
    • IContentHost Controls
    • Non visual collection of Run objects (ie. strings)
    • Controls using any of these as child controls (eg. UserControl, Window etc)
  • Multiple user options similar to those in Office software
    • Find as user types (inline highlighting)
    • Case matching
    • Whole words only
    • Wildcards
    • Regular expressions
    • Prefix/suffix only matching
    • Ignore whitespace
    • Ignore punctuation

The controls are templated and may be visually edited in Blend. The API is open and supports customization and alternative usages, such as find/replace on Strings or custom containers.

About the projects

  • Keyoti.RapidFindReplaceControl - class library containing the controls, this is the project you would reference
  • RapidFindReplace_User_Guide - help, and API reference
  • RapidFindReplace-Demo-CS - C# demo projects, make this the startup project for the solution
  • RapidFindReplace-Demo-VB - VB.NET demo projects, make this the startup project for the solution if preferred
  • Tests - unit tests